Return the minimum of the two specified numbers.
Syntax
value = Min (numberA,numberB)
Description
This function takes two numbers, numberA and numberB, and returns the lowest value.